Go to the source code of this file.
Functions | |
| void | GSMFeedBuffer (char pdata) |
| void | InitGSMParser () |
| Feeds the buffer of the GSMParser. | |
| void | ProcessGSM () |
| Initialiseerd de GSM Parser. | |
| int | ProcessGSMCOM () |
| Analyseerd inkomende data. | |
| int | ProcessGSMLEX () |
| Verwerkt het initialisatie commando van een binnenkomende gesprek (CLIP). | |
Variables | |
| char | GSMdata |
| Ontvangt data die na het CLIP commando komt. | |
| int | GSMstate |
| int | GSM_COMMAND_count |
| int | GSM_CMD_count |
| char | GSM_CMD [3] |
| char | GSM_COMMAND [20] |
| void GSMFeedBuffer | ( | char | pdata | ) |
| void InitGSMParser | ( | ) |
Feeds the buffer of the GSMParser.
| Incoming | Character |
Definition at line 12 of file GSMParser.c.
References count, GSM_CMD_count, GSM_COMMAND_count, and GSMstate.
| void ProcessGSM | ( | ) |
Initialiseerd de GSM Parser.
| none |
Definition at line 59 of file GSMParser.c.
References GSM_CMD, GSM_COMMAND, GSMdata, GSMstate, lcd_gotoxy(), lcd_puts(), ProcessGSMCOM(), ProcessGSMLEX(), and ReportPosition().
| int ProcessGSMCOM | ( | ) |
Analyseerd inkomende data.
| none |
Definition at line 25 of file GSMParser.c.
References GSM_CMD, GSM_CMD_count, and GSMdata.
| int ProcessGSMLEX | ( | ) |
Verwerkt het initialisatie commando van een binnenkomende gesprek (CLIP).
| none |
Definition at line 42 of file GSMParser.c.
References GSM_COMMAND, GSM_COMMAND_count, and GSMdata.
| char GSM_CMD[3] |
| int GSM_CMD_count |
| char GSM_COMMAND[20] |
Definition at line 52 of file GSMParser.h.
Referenced by ProcessGSM(), ProcessGSMLEX(), and ReportPosition().
| char GSMdata |
Ontvangt data die na het CLIP commando komt.
| none |
Definition at line 37 of file GSMParser.h.
Referenced by GSMFeedBuffer(), ProcessGSM(), ProcessGSMCOM(), and ProcessGSMLEX().
| int GSMstate |
1.5.3